RenderMode

Contains the variety of ways the user location can be rendered on the map.

Types

Link copied to clipboard
annotation class Mode
One of these constants should be used with setRenderMode.

Properties

Link copied to clipboard
val COMPASS: Int = 4
Tracking the user location with bearing considered from a CompassEngine.
Link copied to clipboard
val GPS: Int = 8
Tracking the user location with bearing considered from android.location.Location.
Link copied to clipboard
val NORMAL: Int = 18
Basic tracking is enabled, bearing ignored.